html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

footer, header, main, section {
    display: block
}

[hidden] {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

b {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after, .container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after, .row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

a {
    color: #000000;
    text-decoration: none
}

a:focus, a:hover {
    color: #1426cc;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul {
    margin-bottom: 0
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 15px 18px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.42857;
    border-radius: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:active:focus, .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:focus, .btn-info:active:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active {
    background-image: none
}

.btn-info[disabled]:focus, .btn-info[disabled]:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-link {
    color: #000000;
    font-weight: 400;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #1426cc;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover {
    color: #777;
    text-decoration: none
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

.page-header {
    margin: 20px 0;
    border-bottom: 1px solid #eee;
    padding: 0
}

.page-header h2 {
    font-size: 1.8em;
}

@media all and (max-width:767px) {
    .page-header {
        margin-bottom: 10px;
        margin-top: 10px
    }

    .page-header h2 {
        font-size: 1.4em;
    }
}

.btn-primary {
    color: #fff;
    background: #32516e;
    border-color: #32516e;
    transition: background .1s
}

.btn-primary:focus {
    color: #fff;
    background: #000000;
    border-color: #000000
}

.btn-primary:hover {
    color: #fff;
    background: #000000;
    border-color: #000000
}

@media (min-width:1200px) {
    .container {
        width: 990px
    }
}

.b-header {
    background: #000000;
    padding-top: 15px;
    padding-bottom: 11px;
}

.b-header .logo {
    color: white;
    display: block;
    min-height: 42px;
    text-decoration: none
}

.logo-img {
    display: inline-block;
    float: left;
    height: 36px;
}

.logo-title {
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    padding: 0;
    margin: 0 auto 0 20px
}

@media all and (max-width:767px) {
    .b-header {
        padding-top: 12px;
        padding-bottom: 8px;
    }

    .b-header .logo {
        min-height: 28px;
    }

    .logo-img {
        height: 28px;
    }
    
    .logo-title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media all and (max-width:420px) {
    .logo-title {
        font-size: 20px;
        line-height: 26px;
    }
}

.b-offer {
    background: #fff;
    display: block;
    border: 2px solid #1426cc;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .2)
}

.b-offer:hover {
    box-shadow: 1px 2px 7px rgba(0, 0, 0, .3)
}

.b-offer__wrap {
    padding: 8px
}

@media only screen and (max-width:479px) {
    .b-offer__wrap {
        padding: 6px
    }
}

.b-offer:hover {
    text-decoration: none
}

.b-offer__img {
    text-align: center;
    min-height: 73px
}

.b-offer__img img {
    max-width: 100%
}

.b-offer__note {
    display: block;
    width: 100%;
    height: 25px;
    background: #1426cc;
    text-align: center;
    color: #fff;
    padding: 3px 0;
    text-transform: uppercase
}

.b-offer__btn .btn {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

@media only screen and (max-width:479px) {
    .b-offer__btn .btn {
        padding-bottom: 7px;
        padding-top: 7px;
        font-size: 16px;
    }
}

.b-param {
    color: #2d2f2f;
    font-size: 14px;
    margin-bottom: 6px;
    position: relative;
    white-space: nowrap
}

@media only screen and (max-width:479px) {
    .b-param {
        font-size: 12px
    }
}

.b-param::after {
    clear: both;
    content: '';
    display: block
}

.b-param::before {
    border-bottom: 1px dotted #d9d9d9;
    bottom: 5px;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.b-param__label {
    color: #276E90;
    background: #fff;
    float: left;
    position: relative;
    z-index: 1
}

.b-param__value {
    background: #fff;
    float: right;
    position: relative;
    z-index: 1
}

.b-param__acent {
    color: #000000;
    font-size: 18px;
    line-height: .7
}

.b-param__value span {
    color: #000000;
    font-size: 18px;
    line-height: .7
}

@media only screen and (max-width:479px) {
    .b-param__acent {
        font-size: 12px
    }
}

@media only screen and (max-width:479px) {
    .b-offers .col-xs-6 {
        width: 49.8%;
        width: 49.8%
    }
}

@media all and (max-width:670px) {
    .b-offers .col-xs-6:nth-child(odd) {
        padding-right: 5px
    }
    .b-offers .col-xs-6:nth-child(even) {
        padding-left: 5px
    }
}

@media (max-width:360px) {
    .b-offer__btn .btn {
        padding-bottom: 5px;
        padding-top: 5px;
        font-size: 14px;
    }
    /*
    .b-offers .col-xs-6 {
        width: 100%
    }
    .b-offers .col-xs-6:nth-child(odd) {
        padding-right: 15px
    }
    .b-offers .col-xs-6:nth-child(even) {
        padding-left: 15px
    }
    */
}

.b-offers__item {
    margin-bottom: 30px
}

@media all and (max-width:670px) {
    .b-offers__item {
        margin-bottom: 10px
    }
}

@media (max-width:360px) {
    .b-offers__item {
        margin-left: auto;
        margin-right: auto;
        max-width: 200px
    }
}

.b-offers .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

body {
    background: #f7f7f7;
    color: #000;
    font-family: 'PT Sans', Helvetica, sans-serif
}

.item-btn {
    margin-bottom: 30px
}

.item-image {
    margin-right: 10px;
    margin-bottom: 10px
}

.b-footer {
    margin-top: 20px;
}

.b-footer__content {
    padding-top: 31px;
    position: relative
}

.b-footer__content::before {
    border-top: 1px solid #000000;
    content: '';
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0
}

.b-footer__copy {
    padding-bottom: 34px;
    padding-left: 55px
}

@media only screen and (max-width:479px) {
    .b-footer__copy {
        padding-left: 0
    }
}

.b-footer__copy p {
    margin-bottom: 0;
    margin-top: 0
}

#info_t {
    color: #939898;
    padding-bottom: 78px;
    width: 100%
}

#info_t {
    color: #303030;
    font-size: 14px
}

#info_t h2, #offers h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 38px;
    text-align: center
}

#info_t ul {
    border: 1px solid #fff;
    padding: 0
}

#info_t li {
    border: 1px solid #d9d9d9;
    float: left;
    font-size: 14px;
    list-style: none;
    margin: 0;
    min-height: 120px;
    padding: 10px 10px 0;
    text-align: center;
    width: 50%
}

@media all and (max-width:767px) {
    #info_t li {
        float: none;
        width: 100%
    }
}

#info_t li h4 {
    font-weight: 700
}

#info_t li p {
    font-size: 13px;
    margin: 0;
    padding-bottom: 15px
}

.b-customer-conditions {
    padding-bottom: 40px;
    padding-top: 40px
}

.b-customer-conditions__headline {
    font-size: 24px;
    font-weight: 400;
    text-align: center
}

.b-customer-conditions__list {
    list-style: none;
    padding-left: 0
}

.b-customer-conditions__list li {
    color: #343434;
    font-size: 14px
}

.b-customer-conditions__list li::before {
    content: 'â€”';
    display: inline-block;
    margin-right: 7px
}

.b-customer-conditions h3 {
    font-size: 18px
}

.b-customer-conditions p {
    color: #343434;
    font-size: 14px;
    margin-bottom: 1em
}

.b-customer-conditions__section {
    margin-bottom: 27px;
    padding-left: 56px;
    padding-right: 56px
}

.b-customer-conditions__section p {
    text-align: justify
}

@media all and (max-width:991px) {
    .b-customer-conditions__section {
        padding-left: 15px;
        padding-right: 15px
    }
}

table {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

table td {
    padding: 5px;
    border: 1px solid gray;
}

table td p {
    margin: 0!important;
}